Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[hotfix][ci] Set AWS end-to-end tests to run on all push #100

Merged
merged 2 commits into from
Oct 2, 2023

Conversation

hlteoh37
Copy link
Contributor

@hlteoh37 hlteoh37 commented Oct 2, 2023

Purpose of the change

  • Flink nightlies are failing because the snapshots are not available to download from S3. We will temporarily swap over the tests to use the released versions because we want to test if they work, before INFRA revokes these credentials.

Verifying this change

This change is a trivial rework / code cleanup without any test coverage.

Significant changes

(Please check any boxes [x] if the answer is "yes". You can first publish the PR and check them afterwards, for convenience.)

  • Dependencies have been added or upgraded
  • Public API has been changed (Public API is any class annotated with @Public(Evolving))
  • Serializers have been changed
  • New feature has been introduced
    • If yes, how is this documented? (not applicable / docs / JavaDocs / not documented)

@@ -120,7 +115,7 @@ jobs:
mvn clean

- name: Run AWS e2e tests
if: ${{ inputs.run_aws_end_to_end_test }}
if: ${{ github.ref == 'refs/heads/main' }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What happens if the remote branch is called main ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought about this, but I think the label is has the committer name in it. i.e. hlteoh37:main.

Let me check :D

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Checking here #101

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like for pull requests, it is called something else entirely.
image

https://github.com/apache/flink-connector-aws/actions/runs/6378810397/job/17310103016?pr=101

@hlteoh37 hlteoh37 changed the title [hotfix] Temporarily swap nightlies over to the released versions to … [hotfix][ci] Set AWS end-to-end tests to run on all push Oct 2, 2023
@hlteoh37 hlteoh37 merged commit ca8bad7 into apache:main Oct 2, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants